runtime.pcvalueCache.entries (field)
6 uses
runtime (current package)
symtab.go#L825: entries [2][8]pcvalueCacheEnt
symtab.go#L841: return (targetpc / goarch.PtrSize) % uintptr(len(pcvalueCache{}.entries))
symtab.go#L859: for i := range cache.entries[x] {
symtab.go#L865: ent := &cache.entries[x][i]
symtab.go#L899: e := &cache.entries[x]
symtab.go#L900: ci := fastrandn(uint32(len(cache.entries[x])))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |